OauthDataSourceSettings

Additional setting for OauthDataSources

API Section: Objects

Type: Object

Properties

Name

Description

Required

Type

Format

redirectUri

Entry point to the location in the system where we are redirected to in the end of the flow

-

string

responseType

for custom provider we can set the response type property

-

OpenIdResponseType

loadSuperFromGlobal

Use global settings for JWKS, authenticationEndPointUrl and tokenEntryPoint

-

boolean

clientId

Client ID identifier associated with the data application to be connected to

-

string

scope

Data source string that can limit the operations and roles permitted by the access token and what the user can access in the data source

-

string

openIdAuthType

Selection if we use known provider or custom

-

OpenIdAuthType

jwksUri

The JSON Web Key Set an oauth property

-

string

clientSecret

Client Secret identifier associated with the data application to be connected to.

-

string

tokenEntryPoint

Entry point to the location where we replace the refresh token from a usage token

-

string

authenticationEndPointUrl

Entry point to the location where we redirect and get the token back

-

string